| YouTube Channel

comment out

 
Computer Terms
Sanskrit
-v : मोघी कृ ८-उ (मोघीकरोति) असमर्थ-अशक्त कृ ८-उ (अशक्तं करोति) विध्यादेशान् अशक्तं कर्तुं तेषाम् आदौ, अन्त्ये किञ्चित् चिह्नं स्थाप्यते - यथा ‘**’ इति चिह्नम् अनेन तेषाम् आदेशानां सङ्कलनम्, अनुवादः, अनुष्ठानं निवारितः भवति दोषान्वेषणकार्ये, निष्क्रियाणाम् आदेशानां केवलं स्पष्टार्थं रक्षणे एतानि चिह्नानि उपयुज्यन्ते To surround a section of code with comment delimiters or to prefix every line in the section with a comment marker. This prevents it from being compiled or interpreted. It is often done to temporarily disable the code, e.g. during debugging or when the code is redundant or obsolete, but is being left in the source to make the intent of the active code clearer.